| Overload | Description |
|---|---|
| PushFront(NChainNode<T>) | Pushes the node at the front of the deque (makes it the first item in the deque) |
| PushFront(T) | Pushes the item at the front of the deque (makes it the first item in the deque) and returns the node created for it |